home *** CD-ROM | disk | FTP | other *** search
/ Saitek New Smart Technology Disc / Saitek New Smart Technology Disc (SD2.6).bin / Win9X / Software / data1.cab / Com_DLLs / SaiPP8t.dll / 0 / X / JOYPAD.X < prev    next >
Text File  |  2002-06-27  |  10KB  |  475 lines

  1. xof 0302txt 0064
  2. //
  3. // DirectX file: E:\saitek joysticks\New joypad\directx models\joypad.x
  4. //
  5. // Converted by the PolyTrans geometry converter from Okino Computer Graphics, Inc.
  6. // Date/time of export: 06/14/1999 12:23:21
  7. //
  8. // Bounding box of geometry = (-0.062,0.00469777,-0.033) to (-0.037,0.00588788,-0.007).
  9.  
  10.  
  11. template Header {
  12.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  13.  WORD major;
  14.  WORD minor;
  15.  DWORD flags;
  16. }
  17.  
  18. template Vector {
  19.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  20.  FLOAT x;
  21.  FLOAT y;
  22.  FLOAT z;
  23. }
  24.  
  25. template Coords2d {
  26.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  27.  FLOAT u;
  28.  FLOAT v;
  29. }
  30.  
  31. template Matrix4x4 {
  32.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  33.  array FLOAT matrix[16];
  34. }
  35.  
  36. template ColorRGBA {
  37.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  38.  FLOAT red;
  39.  FLOAT green;
  40.  FLOAT blue;
  41.  FLOAT alpha;
  42. }
  43.  
  44. template ColorRGB {
  45.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  46.  FLOAT red;
  47.  FLOAT green;
  48.  FLOAT blue;
  49. }
  50.  
  51. template IndexedColor {
  52.  <1630B820-7842-11cf-8F52-0040333594A3>
  53.  DWORD index;
  54.  ColorRGBA indexColor;
  55. }
  56.  
  57. template Boolean {
  58.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  59.  WORD truefalse;
  60. }
  61.  
  62. template Boolean2d {
  63.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  64.  Boolean u;
  65.  Boolean v;
  66. }
  67.  
  68. template MaterialWrap {
  69.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  70.  Boolean u;
  71.  Boolean v;
  72. }
  73.  
  74. template TextureFilename {
  75.  <A42790E1-7810-11cf-8F52-0040333594A3>
  76.  STRING filename;
  77. }
  78.  
  79. template Material {
  80.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  81.  ColorRGBA faceColor;
  82.  FLOAT power;
  83.  ColorRGB specularColor;
  84.  ColorRGB emissiveColor;
  85.  [...]
  86. }
  87.  
  88. template MeshFace {
  89.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  90.  DWORD nFaceVertexIndices;
  91.  array DWORD faceVertexIndices[nFaceVertexIndices];
  92. }
  93.  
  94. template MeshFaceWraps {
  95.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  96.  DWORD nFaceWrapValues;
  97.  Boolean2d faceWrapValues;
  98. }
  99.  
  100. template MeshTextureCoords {
  101.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  102.  DWORD nTextureCoords;
  103.  array Coords2d textureCoords[nTextureCoords];
  104. }
  105.  
  106. template MeshMaterialList {
  107.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  108.  DWORD nMaterials;
  109.  DWORD nFaceIndexes;
  110.  array DWORD faceIndexes[nFaceIndexes];
  111.  [Material]
  112. }
  113.  
  114. template MeshNormals {
  115.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  116.  DWORD nNormals;
  117.  array Vector normals[nNormals];
  118.  DWORD nFaceNormals;
  119.  array MeshFace faceNormals[nFaceNormals];
  120. }
  121.  
  122. template MeshVertexColors {
  123.  <1630B821-7842-11cf-8F52-0040333594A3>
  124.  DWORD nVertexColors;
  125.  array IndexedColor vertexColors[nVertexColors];
  126. }
  127.  
  128. template Mesh {
  129.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  130.  DWORD nVertices;
  131.  array Vector vertices[nVertices];
  132.  DWORD nFaces;
  133.  array MeshFace faces[nFaces];
  134.  [...]
  135. }
  136.  
  137. template FrameTransformMatrix {
  138.  <F6F23F41-7686-11cf-8F52-0040333594A3>
  139.  Matrix4x4 frameMatrix;
  140. }
  141.  
  142. template Frame {
  143.  <3D82AB46-62DA-11cf-AB39-0020AF71E433>
  144.  [...]
  145. }
  146.  
  147. Header {
  148.     1; // Major version
  149.     0; // Minor version
  150.     1; // Flags
  151. }
  152.  
  153. Material xof_default_8 {
  154.     0.400000;0.400000;0.400000;1.000000;;
  155.     32.000000;
  156.     0.700000;0.700000;0.700000;;
  157.     0.000000;0.000000;0.000000;;
  158. }
  159.  
  160. Material pad1 {
  161.     1.0;1.0;1.0;1.000000;;
  162.     25.000000;
  163.     0.000000;0.000000;0.000000;;
  164.     0.000000;0.000000;0.000000;;
  165.     TextureFilename {
  166.         "joypad.bmp";
  167.     }
  168. }
  169.  
  170. // Original object name = "joypad"
  171. Mesh joypad {
  172.     48;        // 48 vertices
  173.     -0.037426;0.004698;0.016635;,
  174.     -0.037000;0.004698;0.020000;,
  175.     -0.037426;0.004698;0.023365;,
  176.     -0.038675;0.004698;0.026500;,
  177.     -0.040661;0.004698;0.029192;,
  178.     -0.043250;0.004698;0.031258;,
  179.     -0.046265;0.004698;0.032557;,
  180.     -0.049500;0.004698;0.033000;,
  181.     -0.052735;0.004698;0.032557;,
  182.     -0.055750;0.004698;0.031258;,
  183.     -0.058339;0.004698;0.029192;,
  184.     -0.060325;0.004698;0.026500;,
  185.     -0.061574;0.004698;0.023365;,
  186.     -0.062000;0.004698;0.020000;,
  187.     -0.061574;0.004698;0.016635;,
  188.     -0.060325;0.004698;0.013500;,
  189.     -0.058339;0.004698;0.010808;,
  190.     -0.055750;0.004698;0.008742;,
  191.     -0.052735;0.004698;0.007443;,
  192.     -0.049500;0.004698;0.007000;,
  193.     -0.046265;0.004698;0.007443;,
  194.     -0.043250;0.004698;0.008742;,
  195.     -0.040661;0.004698;0.010808;,
  196.     -0.038675;0.004698;0.013500;,
  197.     -0.049515;0.005888;0.032340;,
  198.     -0.052588;0.005888;0.031919;,
  199.     -0.046442;0.005888;0.031919;,
  200.     -0.055452;0.005888;0.030685;,
  201.     -0.043577;0.005888;0.030685;,
  202.     -0.057912;0.005888;0.028723;,
  203.     -0.041118;0.005888;0.028723;,
  204.     -0.059799;0.005888;0.026165;,
  205.     -0.039231;0.005888;0.026165;,
  206.     -0.060985;0.005888;0.023186;,
  207.     -0.038045;0.005888;0.023186;,
  208.     -0.061390;0.005888;0.019990;,
  209.     -0.037640;0.005888;0.019990;,
  210.     -0.060985;0.005888;0.016794;,
  211.     -0.038045;0.005888;0.016794;,
  212.     -0.059799;0.005888;0.013815;,
  213.     -0.039231;0.005888;0.013815;,
  214.     -0.057912;0.005888;0.011257;,
  215.     -0.041118;0.005888;0.011257;,
  216.     -0.055452;0.005888;0.009295;,
  217.     -0.043577;0.005888;0.009295;,
  218.     -0.052588;0.005888;0.008061;,
  219.     -0.049515;0.005888;0.007640;,
  220.     -0.046442;0.005888;0.008061;;
  221.  
  222.     70;        // 70 faces
  223.     3;47,20,19;,
  224.     3;47,19,46;,
  225.     3;45,46,19;,
  226.     3;19,18,45;,
  227.     3;44,21,20;,
  228.     3;44,20,47;,
  229.     3;43,45,18;,
  230.     3;18,17,43;,
  231.     3;42,22,21;,
  232.     3;42,21,44;,
  233.     3;41,43,17;,
  234.     3;17,16,41;,
  235.     3;42,40,23;,
  236.     3;23,22,42;,
  237.     3;41,16,15;,
  238.     3;41,15,39;,
  239.     3;40,38,0;,
  240.     3;0,23,40;,
  241.     3;39,15,14;,
  242.     3;39,14,37;,
  243.     3;38,36,1;,
  244.     3;1,0,38;,
  245.     3;37,14,13;,
  246.     3;37,13,35;,
  247.     3;34,2,1;,
  248.     3;34,1,36;,
  249.     3;33,35,13;,
  250.     3;13,12,33;,
  251.     3;32,3,2;,
  252.     3;32,2,34;,
  253.     3;31,33,12;,
  254.     3;12,11,31;,
  255.     3;30,4,3;,
  256.     3;30,3,32;,
  257.     3;29,31,11;,
  258.     3;11,10,29;,
  259.     3;30,28,5;,
  260.     3;5,4,30;,
  261.     3;29,10,9;,
  262.     3;29,9,27;,
  263.     3;28,26,6;,
  264.     3;6,5,28;,
  265.     3;25,8,7;,
  266.     3;25,7,24;,
  267.     3;26,24,7;,
  268.     3;7,6,26;,
  269.     3;27,9,8;,
  270.     3;27,8,25;,
  271.     3;25,26,27;,
  272.     3;25,24,26;,
  273.     3;26,28,27;,
  274.     3;28,29,27;,
  275.     3;28,30,29;,
  276.     3;30,31,29;,
  277.     3;30,32,31;,
  278.     3;32,33,31;,
  279.     3;32,34,33;,
  280.     3;34,35,33;,
  281.     3;34,36,35;,
  282.     3;36,37,35;,
  283.     3;36,38,37;,
  284.     3;38,39,37;,
  285.     3;38,40,39;,
  286.     3;40,41,39;,
  287.     3;40,42,41;,
  288.     3;42,43,41;,
  289.     3;42,44,43;,
  290.     3;44,45,43;,
  291.     3;44,47,45;,
  292.     3;47,46,45;;
  293.  
  294.     MeshMaterialList {
  295.         1;1;0;;
  296.         {pad1}
  297.     }
  298.  
  299.     MeshNormals {
  300.         48; // 48 normals
  301.         -0.889913;0.456131;-0.000048;,
  302.         -0.851724;0.455705;-0.258650;,
  303.         -0.850058;0.459139;0.258056;,
  304.         -0.757714;0.458081;-0.464792;,
  305.         -0.755036;0.464219;0.463057;,
  306.         -0.639106;0.461672;-0.615145;,
  307.         -0.636098;0.469746;0.612142;,
  308.         -0.508911;0.853954;-0.108501;,
  309.         -0.507773;0.854668;0.108208;,
  310.         -0.488843;0.465093;-0.738052;,
  311.         -0.486055;0.474726;0.733748;,
  312.         -0.464516;0.854468;-0.232614;,
  313.         -0.462286;0.855993;0.231446;,
  314.         -0.424435;0.808062;-0.408522;,
  315.         -0.421317;0.811235;0.405450;,
  316.         -0.412438;0.910985;-0.000022;,
  317.         -0.275155;0.469487;-0.838971;,
  318.         -0.273352;0.480368;0.833382;,
  319.         -0.244828;0.857301;-0.452873;,
  320.         -0.242527;0.860222;0.448552;,
  321.         -0.135733;0.796119;0.589721;,
  322.         -0.114998;0.858525;-0.499711;,
  323.         -0.000086;0.484983;0.874524;,
  324.         -0.000086;0.473623;-0.880728;,
  325.         -0.000066;0.748984;0.662588;,
  326.         -0.000065;0.742838;-0.669471;,
  327.         0.113307;0.862812;0.492662;,
  328.         0.136545;0.792955;-0.593783;,
  329.         0.240592;0.862542;0.445125;,
  330.         0.242877;0.859672;-0.449415;,
  331.         0.272307;0.485645;0.830661;,
  332.         0.274119;0.474870;-0.836276;,
  333.         0.405919;0.913909;-0.000023;,
  334.         0.416393;0.816069;0.400809;,
  335.         0.419480;0.812983;-0.403851;,
  336.         0.455583;0.860466;0.228130;,
  337.         0.457783;0.858990;-0.229284;,
  338.         0.483112;0.484138;0.729529;,
  339.         0.485925;0.474670;-0.733870;,
  340.         0.499743;0.859600;0.106514;,
  341.         0.500865;0.858911;-0.106804;,
  342.         0.631206;0.482103;0.607582;,
  343.         0.634249;0.474208;-0.610619;,
  344.         0.748286;0.478952;0.458990;,
  345.         0.751003;0.472974;-0.460750;,
  346.         0.841618;0.475800;0.255525;,
  347.         0.843311;0.472466;-0.256128;,
  348.         0.880727;0.473624;-0.000049;;
  349.  
  350.         70;        // 70 faces
  351.         3;27,31,23;,
  352.         3;27,23,25;,
  353.         3;21,25,23;,
  354.         3;23,16,21;,
  355.         3;29,38,31;,
  356.         3;29,31,27;,
  357.         3;18,21,16;,
  358.         3;16,9,18;,
  359.         3;34,42,38;,
  360.         3;34,38,29;,
  361.         3;13,18,9;,
  362.         3;9,5,13;,
  363.         3;34,36,44;,
  364.         3;44,42,34;,
  365.         3;13,5,3;,
  366.         3;13,3,11;,
  367.         3;36,40,46;,
  368.         3;46,44,36;,
  369.         3;11,3,1;,
  370.         3;11,1,7;,
  371.         3;40,32,47;,
  372.         3;47,46,40;,
  373.         3;7,1,0;,
  374.         3;7,0,15;,
  375.         3;39,45,47;,
  376.         3;39,47,32;,
  377.         3;8,15,0;,
  378.         3;0,2,8;,
  379.         3;35,43,45;,
  380.         3;35,45,39;,
  381.         3;12,8,2;,
  382.         3;2,4,12;,
  383.         3;33,41,43;,
  384.         3;33,43,35;,
  385.         3;14,12,4;,
  386.         3;4,6,14;,
  387.         3;33,28,37;,
  388.         3;37,41,33;,
  389.         3;14,6,10;,
  390.         3;14,10,19;,
  391.         3;28,26,30;,
  392.         3;30,37,28;,
  393.         3;20,17,22;,
  394.         3;20,22,24;,
  395.         3;26,24,22;,
  396.         3;22,30,26;,
  397.         3;19,10,17;,
  398.         3;19,17,20;,
  399.         3;20,26,19;,
  400.         3;20,24,26;,
  401.         3;26,28,19;,
  402.         3;28,14,19;,
  403.         3;28,33,14;,
  404.         3;33,12,14;,
  405.         3;33,35,12;,
  406.         3;35,8,12;,
  407.         3;35,39,8;,
  408.         3;39,15,8;,
  409.         3;39,32,15;,
  410.         3;32,7,15;,
  411.         3;32,40,7;,
  412.         3;40,11,7;,
  413.         3;40,36,11;,
  414.         3;36,13,11;,
  415.         3;36,34,13;,
  416.         3;34,18,13;,
  417.         3;34,29,18;,
  418.         3;29,21,18;,
  419.         3;29,27,21;,
  420.         3;27,25,21;;
  421.     }  // End of Normals
  422.  
  423.     MeshTextureCoords {
  424.         48; // 48 texture coords
  425.         0.962963;0.389821;,
  426.         0.980000;0.519231;,
  427.         0.962963;0.648640;,
  428.         0.913013;0.769231;,
  429.         0.833553;0.872784;,
  430.         0.730000;0.952244;,
  431.         0.609410;0.002194;,
  432.         0.480000;0.019231;,
  433.         0.350590;0.002194;,
  434.         0.230000;0.952244;,
  435.         0.126447;0.872784;,
  436.         0.046987;0.769231;,
  437.         0.997037;0.648640;,
  438.         0.980000;0.519231;,
  439.         0.997037;0.389821;,
  440.         0.046987;0.269231;,
  441.         0.126447;0.165677;,
  442.         0.230000;0.086218;,
  443.         0.350590;0.036268;,
  444.         0.480000;0.019231;,
  445.         0.609410;0.036268;,
  446.         0.730000;0.086218;,
  447.         0.833553;0.165677;,
  448.         0.913013;0.269231;,
  449.         0.479400;0.993846;,
  450.         0.356461;0.977661;,
  451.         0.602339;0.977661;,
  452.         0.241900;0.930208;,
  453.         0.716900;0.930208;,
  454.         0.143524;0.854722;,
  455.         0.815276;0.854722;,
  456.         0.068038;0.756346;,
  457.         0.890762;0.756346;,
  458.         0.020585;0.641785;,
  459.         0.938215;0.641785;,
  460.         0.004400;0.518846;,
  461.         0.954400;0.518846;,
  462.         0.020585;0.395907;,
  463.         0.938215;0.395907;,
  464.         0.068038;0.281346;,
  465.         0.890762;0.281346;,
  466.         0.143524;0.182970;,
  467.         0.815276;0.182970;,
  468.         0.241900;0.107484;,
  469.         0.716900;0.107484;,
  470.         0.356461;0.060031;,
  471.         0.479400;0.043846;,
  472.         0.602339;0.060031;;
  473.     }  // End of texture coords
  474. } // End of Mesh
  475.